home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
pcl
/
src-16f.lha
/
ldb
/
parse.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-11-06
|
229b
|
10 lines
/* $Header: parse.h,v 1.1 90/02/24 19:37:27 wlott Exp $ */
/* All parse routines take a char ** as their only argument */
boolean more_p();
char *parse_token();
lispobj parse_lispobj();
char *parse_addr();
long parse_number();